From: Chong Yidong Date: Sat, 2 Dec 2006 21:46:52 +0000 (+0000) Subject: * mouse.el (mouse-drag-track): Suppress automatic hscrolling for X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31751 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8a6137df3a5c5d017dd239ce7fe8bc48292bc6a3;p=emacs.git * mouse.el (mouse-drag-track): Suppress automatic hscrolling for initial down event. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d10322bf68..c85e3ff7ba6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-02 Chong Yidong + + * mouse.el (mouse-drag-track): Suppress automatic hscrolling for + initial down event. + 2006-12-02 Kim F. Storm * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.